home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / TASKMSTR.LZH / INSTALL.BAT next >
DOS Batch File  |  1992-08-18  |  432b  |  23 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Task Master on Drive %1... sit back and relax
  5. md %1:\tm
  6. copy tmaster.exe %1:\tm
  7. %1:
  8. cd\tm
  9. tmaster
  10. cls
  11. echo    The subdirectory \TM contains Task Master and documentation
  12. echo    files.
  13. echo.
  14. echo    Installation complete. Ready to start Task Master.
  15. echo.
  16. pause
  17. cls
  18. tm
  19. goto quit
  20. :whoops
  21. echo You forgot to type a drive letter, please try again...
  22. :quit
  23.